home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / title.dir / 00006_INIT.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  350 b   |  15 lines

  1. global gtotalsoundnum, gvolume, gsoundmuteflg, gsoundloopflag, gbgm, gmuscount, gspspeed
  2.  
  3. on init
  4.   set gtotalsoundnum to 4
  5.   set gspspeed to 6 * 60
  6.   set gmuscount to 1
  7.   set gbgm to "S" & string(gmuscount)
  8.   set gsoundloopflag to 1
  9.   set gsoundmuteflg to 0
  10.   set gvolume to 3
  11.   set the soundLevel to gvolume
  12.   puppetSound(gbgm)
  13.   updateStage()
  14. end
  15.